home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000000_news@columbia.edu _Thu Feb 17 11:40:04 2000.msg next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA29552
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 17 Feb 2000 11:40:03 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id LAA06902
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 17 Feb 2000 11:28:24 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Is 8 data bits, even parity, 1 stop bit possible in kermit?
  11. Date: 17 Feb 2000 16:28:24 GMT
  12. Organization: Columbia University
  13. Message-ID: <88h7j8$6nk$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <38AC1E96.3719AC34@yk.rim.or.jp>,
  17. Ishikawa  <ishikawa@yk.rim.or.jp> wrote:
  18. : I wonder if kermit gurus can help me.
  19. : I am trying to see if C-kermit 6.1.193 on Debian GNU/linux can
  20. : use the following setting:
  21. :    data 8bits,
  22. :     even parity,
  23. :     1 stop bit.
  24. First of all, don't use an old Beta version, use the latest release, 7.0:
  25.  
  26.   http://www.columbia.edu/kermit/ckermit.html
  27.  
  28. : I seem to have a problem in that
  29. :   - if I do set term[TAB] byte[TAB] 8, and see the data size become 8,
  30. :      but parity is set to none.
  31. :   - if I do set parity even, the data size is automatically decreased
  32. :     to 7.
  33. : So it seems to me that ckermit refuses the above setting.
  34. A new feature of C-Kermit 7.0 is allowance for 8 data bits plus parity:
  35.  
  36.   http://www.columbia.edu/kermit/ckermit2.html#x2.10
  37.  
  38. : Or is there a newer version of C-kermit that permits such setting.
  39. : I installed the ckermit from Debian GNU/Linux pacakge system, which
  40. : is a little behind the c-kermit distribution as noted in
  41. : Columbia University's web page.
  42. Please encourage Debian to update their package.
  43.  
  44. - Frank